home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 137 / Exame Informatica 137.iso / Actualizacoes / CatalystMotherboard / 6-9-igp_xp-2k_dd_ccc_wdm_sb_gart_enu_35774.exe / SMBUSati.inf < prev    next >
Windows Setup INFormation  |  2006-04-18  |  3KB  |  106 lines

  1. ; SMBUSati.inf
  2. ;
  3. ; Installation file (.inf) for the ATI SMBus device.
  4. ;
  5. ; (c) Copyright 2002-2006 ATI Technologies Inc 
  6. ;
  7.  
  8. [Version]
  9. Signature="$CHICAGO$"
  10. Provider=%ATI%
  11. ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318}
  12. Class=System
  13. CatalogFile=SMbusati.cat
  14. DriverVer=03/29/2006,5.10.1000.7
  15.  
  16. [DestinationDirs]
  17. DefaultDestDir   = 12
  18.  
  19. ;
  20. ; Driver information
  21. ;
  22.  
  23. [Manufacturer]
  24. %ATI%   = ATI.Mfg, NTamd64
  25.  
  26.  
  27. [ATI.Mfg]
  28. %ATI.DeviceDesc0% = ATISMBus, PCI\VEN_1002&DEV_4353
  29. %ATI.DeviceDesc0% = ATISMBus, PCI\VEN_1002&DEV_4363
  30. %ATI.DeviceDesc0% = ATISMBus, PCI\VEN_1002&DEV_4372
  31. %ATI.DeviceDesc0% = ATISMBus, PCI\VEN_1002&DEV_4385
  32.  
  33. [ATI.Mfg.NTamd64]
  34. %ATI.DeviceDesc0% = ATISMBus, PCI\VEN_1002&DEV_4353
  35. %ATI.DeviceDesc0% = ATISMBus, PCI\VEN_1002&DEV_4363
  36. %ATI.DeviceDesc0% = ATISMBus, PCI\VEN_1002&DEV_4372
  37. %ATI.DeviceDesc0% = ATISMBus, PCI\VEN_1002&DEV_4385
  38.  
  39. ;
  40. ; General installation section
  41. ;
  42.  
  43. [ATISMBus]
  44. AddReg=Install.AddReg,Install.AddReg.NTamd64
  45.  
  46. ;
  47. ; Service Installation
  48. ;
  49.  
  50. [ATISMBus.Services]
  51. AddService = , 0x00000002
  52.  
  53. [ATISMBus_Service_Inst]
  54. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  55. StartType      = 3                  ; SERVICE_DEMAND_START
  56. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  57. LoadOrderGroup = Pointer Port
  58.  
  59.  
  60. [ATISMBus_EventLog_Inst]
  61. AddReg = ATISMBus_EventLog_AddReg
  62.  
  63. [ATISMBus_EventLog_AddReg]
  64.  
  65. [Install.AddReg]
  66. HKLM,"Software\ATI Technologies\Install\South Bridge\SMBus",DisplayName,,"ATI SMBus"
  67. HKLM,"Software\ATI Technologies\Install\South Bridge\SMBus",Version,,"5.10.1000.7"
  68. HKLM,"Software\ATI Technologies\Install\South Bridge\SMBus",Install,,"Success"
  69.  
  70. [Install.AddReg.NTamd64]
  71. HKLM,"Software\Wow6432Node\ATI Technologies\Install\South Bridge\SMBus",DisplayName,,"ATI SMBus"
  72. HKLM,"Software\Wow6432Node\ATI Technologies\Install\South Bridge\SMBus",Version,,"5.10.1000.7"
  73. HKLM,"Software\Wow6432Node\ATI Technologies\Install\South Bridge\SMBus",Install,,"Success"
  74.  
  75.  
  76. ;
  77. ; Source file information
  78. ;
  79.  
  80. [SourceDisksNames]
  81. 1 = %DiskId1%,,,
  82.  
  83. [SourceDisksFiles]
  84. ; Files for disk ATI Technologies Inc Installation Disk #1 (System)
  85.  
  86. [Strings]
  87.  
  88. ;
  89. ; Non-Localizable Strings
  90. ;
  91.  
  92. REG_SZ         = 0x00000000
  93. REG_MULTI_SZ   = 0x00010000
  94. REG_EXPAND_SZ  = 0x00020000
  95. REG_BINARY     = 0x00000001
  96. REG_DWORD      = 0x00010001
  97. SERVICEROOT    = "System\CurrentControlSet\Services"
  98.  
  99. ;
  100. ; Localizable Strings
  101. ;
  102.  
  103. ATI.DeviceDesc0 = "ATI SMBus"
  104. DiskId1 = "ATI Technologies Inc Installation Disk #1 (System)"
  105. ATI = "ATI Technologies Inc"
  106.